|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.ArrivalTimeQueueOverflowException
If an arrival time occurs and should be queued but the queue already holds a
number of times equal to the initial queue length defined by this then the
fire()
method shall throw an instance of this class. If the
arrival time is a
result of a happening to which the instance of AsyncEventHandler is bound
then the arrival time is ignored.
Field Summary |
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
ArrivalTimeQueueOverflowException()
A constructor for ArrivalTimeQueueOverflowException . |
|
ArrivalTimeQueueOverflowException(java.lang.String string)
A descriptive constructor for ArrivalTimeQueueOverflowException . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ArrivalTimeQueueOverflowException()
ArrivalTimeQueueOverflowException
.
public ArrivalTimeQueueOverflowException(java.lang.String string)
ArrivalTimeQueueOverflowException
.
string
- A description of the exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |